home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / easycd / EasyCD.exe / 0 / RCDATA / TFSONGSLIST / TFSONGSLIST.txt
Text File  |  1999-03-07  |  802b  |  40 lines

  1. object FSongsList: TFSongsList
  2.   Left = 332
  3.   Top = 229
  4.   BorderStyle = bsDialog
  5.   Caption = 'Songs List'
  6.   ClientHeight = 56
  7.   ClientWidth = 241
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnDeactivate = FormDeactivate
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 59
  26.     Height = 13
  27.     Caption = 'Select song:'
  28.   end
  29.   object CSongsList: TComboBox
  30.     Left = 8
  31.     Top = 24
  32.     Width = 225
  33.     Height = 21
  34.     Style = csDropDownList
  35.     ItemHeight = 13
  36.     TabOrder = 0
  37.     OnChange = CSongsListChange
  38.   end
  39. end
  40.